﻿.container{
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.f_color_blue{color: #215099;}
.f_color_red{color: #cd5254;}

/*飘窗*/
.fixBottom{position: fixed;bottom: 0;z-index: 10;max-width: 240px;}
.fixLeftBottom{left: 0;}
.fixRightBottom{right: 0;}
.fixBottom .closeIco{
	position: absolute;right: 0;top: -20px; 
	width:18px;height:18px; background: url(../img/close.png) no-repeat 0 0 / 100% 100%; cursor: pointer;}
.fixBottom img{width: 100%;}

.fixBottom1{position: fixed;bottom: 0;z-index: 10;max-width: 240px;}
.fixLeftBottom1{left: 0;}
.fixRightBottom1{1right: 0;}
.fixBottom1 .closeIco{
	position: absolute;right: 0;top: -20px; 
	width:18px;height:18px; background: url(../img/close.png) no-repeat 0 0 / 100% 100%; cursor: pointer;}
.fixBottom1 img{width: 100%;}

/*头*/
.header{
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
	z-index: 3;
}
.header .logo{flex: 1;}
.header .logo img{height: 60px;}
.header .search{
	display: flex;
	margin-right: 30px;
	position: relative;
}
.header .search input{
	width: 480px;
	height: 30px;
	border: none;
	padding: 0 40px 0 15px;
	line-height: 30px;
	background: #EBEDED;
	border-radius: 15px;
	font-size: 15px;
	color: #5e5e5d;
}
.header .search input:focus{
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.075),0 5px 10px rgba(0,0,0,.02);
}
.header .search .icon-search1{
	height: 17px;
	width: 17px;
	cursor: pointer;
	position: absolute;
  right: 13px;
  top: 6px;
}
.icon-search{
	height: 17px;
	margin: 0 32px;
	cursor: pointer;
}
.oaAndzc{
	width: 110px;
	height: 30px;
	background: #C6AA73;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.oaAndzc a{color: #fff;font-size: 16px;}
.oaAndzc p{
	width: 1px;
	height: 13px;
	background: #d9d9d9;
	margin: 0 10px;
}

/*导航*/
.nav{
	height: 50px;
	position: relative;
	z-index: 2;
}
.nav>ul{
	display: flex;
}
.nav>ul>li>ul>img{
	position: absolute;
  top: 7px;
  left: 20px;
}
.nav>ul>li{position: relative;margin-left: 28px;}
.nav>ul>li>a{
	display: block;
	line-height: 50px;
	transition: all 1s;
	font-size: 18px;
	font-weight: 400;
}
.nav>ul>li.curItem,.nav>ul>li.cur>a{
	color: #C6AA73 ;
}
.nav>ul>li ul{
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 50px;
	width: 140px;
	background: rgba(255,255,255,.9);
	padding: 25px 0 18px 0;
	display: none;
	border-radius: 0px 0px 6px 6px;
}
.nav>ul>li li a{
	display: block;
	padding: 6px 0;
	font-size: 16px;
	transition: all 1s;
	text-align: center;
}
.nav>ul>li li a:hover{
	color: #C6AA73;
	padding-left: 15px;
}

/*banner*/
.banner{min-width: 1270px;}
.banner .swiper-slide{
	height: 520px;
	position: relative;
}
.banner .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 520px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 14px;
}
.banner .swiper-pagination-bullet {
  width: 6px;
	height:6px;
	display: inline-block;
	border-radius: 15px;
	background: #FFFFFF;
	opacity: 0.6;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
    width: 56px;
    height:6px;
    background: #FFFFFF;
	opacity: 1;
}

.home_main{
	background: url(../img/m_bg.png) repeat-y center 0;
	position: relative;
	margin: 40px auto;
}
.home_main::before,
.home_main::after{
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
}
.home_main::before{
	background: url(../img/m_bg_t.png) no-repeat center 0;
	top: -40px;
}
.home_main::after{
	background: url(../img/m_bg_b.png) no-repeat center 0;
	bottom: -40px;
}

.video_list li p{
	display:block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

/* <!-- 集团要闻 成员单位动态 媒体关注 通知公告 --> */
.main_bottom{
	overflow: hidden;
}
.news_slider{
	overflow: hidden;
}
.news_slider_l,.main_bottom_left{
	float: left;
	width: calc(100% - 370px);
	padding-right: 40px;
	box-sizing: border-box;
}
.news_slider_l_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}
.news_slider_l_top_left p{
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: rgba(190,196,197,0.2);
	border-radius: 6px;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
	color: rgba(94,94,93,0.5);
	padding:  0 20px;
	cursor: pointer;
}
.news_slider_l_top_left p.cur{
	background: #C6AA73;
	font-size: 20px;
	color: #FFFFFF;
}
.news_slider_l_top_right a{
	display: none;
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
}
.news_slider_r,.main_bottom_right{
	float: left;
	width: 370px;
}
.news_slider_l_bottom{
	float: left;
	width: calc(100% - 455px);
}
.news_slider_l_bottom_l{
	float: left;
	width: 433px;
	margin-right: 22px;
	position: relative;
	border-radius: 6px; overflow: hidden;
}
.news_slider_l_bottom_l .swiper-slide>a {
	width: 433px;
	height: 302px;
	overflow: hidden;
	display: block;
	position: relative;
}
.news_slider_l_bottom_l img {
	width: 433px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_slider_l_bottom_l .img_bottom{
	padding: 10px 80px 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #000000,transparent);
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news_slider_l_bottom_l .pagenation{
	width: 50px;
	position: absolute;
	bottom: 10px;
	left: auto;
  right: 14px;
}
.news_slider_l_bottom_l .swiper-button-next{
	background: url(../img/p_r.png) no-repeat center center / auto 16px;
	bottom: -1px;
	top: auto;
	right: 2px;
}
.news_slider_l_bottom_l .swiper-button-prev{
	background: url(../img/p_l.png) no-repeat center center / auto 16px;
	bottom: -1px;
	top: auto;
	left: auto;
	right: 50px;
}
.news_slider_l_bottom_l .tatalclass{
	color: #fff;
}
.news_slider_l_bottom_l .swiper-pagination-current{
	color: #c6aa73;
}
.news_slider_l_bottom_l .swiper-pagination-total{
	color: #fff;
}
.news_slider_l_bottom_r{
	display: none;
}
.news_slider_l_bottom_r p{
	height: 20px;
  line-height: 20px;
}
.news_slider_l_bottom_r p:not(:last-child){
	margin-bottom: 20px;
}
.news_slider_l_bottom_r p a {
	font-size: 16px;
	font-weight: 400;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	width: 356px;
	margin-left: 8px;
}
.news_slider_l_bottom_r p a:hover{
	color: #C6AA73;
	transition: all 0.3s;
	font-weight: bold;
}
.news_slider_l_bottom_r p i{
	width: 6px;
	height: 6px;
	background: #E5E5E5;
	border-radius: 50%;	
	float: left;
	position: relative;
  top: 7px;
}
.news_slider_l_bottom_r p span{
	float: right;
	font-size: 12px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: #9a9a9a;
}
.news_slider_r_top{
	display: flex;
	justify-content: space-between;
	padding: 0 25px 0 20px;
	height: 42px;
	line-height: 36px;
	background: url(../img/ggBg.png) no-repeat;
	margin-bottom: 16px;
}
.news_slider_r_top p{
	font-size: 18px;
	font-weight: bold;
	opacity: .5;
}
.news_slider_r_top a{
	color: #fff;
	font-size: 16px;
	background: url(../img/ztc.png) no-repeat 0 center;
	padding-left: 30px;
	height: 36px;
}
.notification{
	height: 302px;
}
.swiper_slide_a{
	width: 370px;
	height: 94px;
	background: rgba(190,196,197,0.2);
	border-radius: 6px;
	display: inline-block;
	padding: 13px 20px 0 20px;
	box-sizing: border-box;
	display: flex;
	position: relative;
}
.swiper_slide_a.cur{
	background: rgba(198,170,115,0.2);
	color: rgba(184, 140, 107, 0.7);
}
.swiper_slide_a.cur .swiper_slide_a_right{
	color: #5e5e5d;
}
.swiper_slide_a::after{
	content: '';
	width: 20px;
	height: 11px;
	background: url(../img/arrowgrey.png) no-repeat;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.swiper_slide_a.cur::after{
	background-image: url(../img/arrowpink.png);
}
.swiper_slide_a_left{
	margin: 13px 20px 0 0;
	display: flex;
	flex-direction: column;
}
.swiper_slide_a_left .mouthandday{
	position: relative;
	font-size: 22px;
	font-family: Bebas Neue;
	font-weight: 400;
	color: rgba(94, 94, 93, 0.6);
	line-height: 24px;
}
.swiper_slide_a_left .mouthandday.cur{
	color: #B88C6B;
}
.swiper_slide_a_left .datayear{
	position: relative;
	font-size: 12px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: rgba(94, 94, 93, 0.3);
}
.swiper_slide_a_left .datayear.cur{
	color: #B88C6B;
}
.swiper_slide_a_right{
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
  overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.swiper_slide_a_right .arrowgrey{
	position: relative;
    left: 185px;
    top: 10px;
}
.swiper_slide_a_right .arrowpink{
	position: relative;
  left: 185px;
  top: 10px;
	display: none;
}


/* 清廉国企 一线风采 职工之家 安全生产 视频专区 */
.main_bottom_left_top{
	line-height: 22px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E5E7E8;
	padding-bottom: 11px;
}
.main_bottom_left_top_right a{
	font-size: 14px;
	font-weight: 400;
	display: none;
	padding-top: 4px;
}
.main_bottom_left_top_left span{
	font-size: 18px;
	margin-right: 38px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	color: rgba(94,94,93,.5);
}
.main_bottom_left_top_left span.cur{
	color: #C6AA73;
	font-size: 20px;
	transition: all 0.1s;
	position: relative;
}
.main_bottom_left_top_left span.cur::before{
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 3px;
	background: #C6AA73;
	content: "";
}
.main_bottom_left_bottom_box1{
	display: none;
}
.main_bottom_left_bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
.main_bottom_left_bottom div{
	width: 276px;
	justify-content: space-between;
}
.main_bottom_left_bottom div a{
	width: 276px;
	height: 163px;
	background: #B7B7B7;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.main_bottom_left_bottom div img {
	width: 276px;
	min-height: 163px;
}
.main_bottom_left_bottom div p{
	font-size: 16px;
	line-height: 24px;
	padding: 0 15px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.bg_yellow{background-color: #0186c0;}
.bg_blue{background-color: #0186c0;}
.bg_green{background-color: #0186c0;}
.bg_red{background-color: #0186c0;}

.h_new_list{
	margin-top: 10px;
}
.h_new_list li{
	background: url(../img/h_newSpot.png) no-repeat 0 center;
	padding-left: 15px;
	display: flex;
	align-items: center;
	line-height: 2.4;
}
.h_new_list li a{
	flex: 1;
	margin-right: 20px;
	transition: all .3s;
}
.h_new_list li a:hover{
	color: #215099;
	font-weight: bold;
}
.h_new_list li span{
	font-size: 12px
}
.new_focus li.hot a:after{
	content:'';
	width: 22px;
	height: 13px;
	background: url(../img/new.gif) no-repeat 0 0;
	display: inline-block;
	margin-left: 8px;
}
.new_focus li.hot a{font-weight: bold;}

/*腰线图*/
.home_main .cond_pic{border-radius: 6px; overflow: hidden;margin: 40px auto;}
.home_main .cond_pic img{width: 1270px; height: 110px;}

/*视频专区*/
.home_main .video{
	height: 275px;
	background:#000;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.home_main .video video{
	display: block;
	width: 370px;
	height: 275px;
}
.home_main .video .swiper-pagination{
	text-align: right;
	top: 5px;
	right: 60px;
	left: auto;
        height: 5px;
}
.home_main .video .swiper-pagination-bullet{
	width: 6px;
	height:6px;
	background: #FFFFFF;
	opacity: 0.2;
	margin: 0;
}
.home_main .video .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #c6aa73;
	opacity: 1;
}
.home_main .video>a{
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 2;
	color: #fff;
}

/* 底 */
.footer_t{
	background: rgba(190,196,197,0.2);
}
.footer_content{
	display: flex;
	justify-content: space-between;
	height: 94px;
	line-height: 94px;
	border-bottom: 1px solid rgba(190,196,197,0.4);
	font-size: 16px;
}
.footer_content p img{
	vertical-align: middle;
	margin-right: 6px;
}
.footer_content .wx{
	position: relative;
	z-index: 55;
}
.footer_content .wx img{
	vertical-align: middle;
}
.footer_content .wx .code1{
	position: absolute;
	top: -68px;
    left: 96px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	display: none;
}
.footer_content .wx .code{
	position: absolute;
	top: -48px;
   left: 94px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	display: none;
}
.footer_content .ztc{
	width: 168px;
	height: 49px;
	background: url(../img/ztc.png) no-repeat;
	line-height: 34px;
	color: #c6aa73;
	box-sizing: border-box;
	padding-left: 16px;
	margin-top: 30px;
	font-weight: bold;
}
.footer_b{
	background: rgba(190,196,197,0.2);
	padding: 30px 0;
	text-align: center;
	min-width: 1270px;
	font-size: 14px;
}

/*新闻*/
.list_banner{
	height: 320px;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
.list_banner img{
	height: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.list_main{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.list_l{
	width: 265px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.list_r{
	width: 960px;
}
.list_nav h5{
	background: #c6aa73;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
	text-transform: uppercase;
	padding: 10px 0 0 40px;
}
.list_nav h5 strong{
	font-size: 20px;
	font-weight: bold;
}
.list_nav>ul{
	background: rgba(190,196,197,0.2);
	line-height: 48px;
	font-size: 16px;
	min-height: 400px;
}
.list_nav>ul>li{
	border-bottom: 1px solid #e3e3e3;
}
.list_nav>ul>li>a{
	display: block;
	padding-left: 40px;
	transition: color .6s;
	position: relative;
}
.list_nav>ul>li>a:after{
	content: '>';
	position: absolute;
	right: 10px;
	top: 0;
	font-family: "宋体";
	font-weight: bold;
	display: none;
}
.list_nav>ul>li.hasChild>a:after{
	transform: rotate(90deg);
}
.list_nav>ul>li.cur>a:after{
	display: block;
}
.list_nav>ul>li.cur>a,
.list_nav>ul>li>a:hover{
	border-left: 2px solid #c6aa73;
	padding-left: 38px;
	color: #c6aa73;
}
.list_nav>ul ul{
	border-top: 1px solid #e3e3e3;
	padding: 10px 24px;
	line-height: 40px;
	background: #ededed;
	display: none;
}
.list_nav>ul>li.hasChild ul{display: block;}
    .list_nav > ul ul li {
        border-bottom: 1px solid #e3e3e3;
    }
.list_nav>ul ul a{
	display: block;
	padding-left: 36px;
	position: relative;
	font-size: 14px;
	transition: color .6s;
}
    .list_nav > ul ul a:before {
        content: '>';
        position: absolute;
        left: 16px;
        top: 0;
        font-family: "宋体";
        font-weight: bold;
    }

    .list_nav > ul ul li.curItem a {
        color: #fff;
        background-color: #c6aa73;
    }
    .list_nav>ul ul li a:hover{
        color: #fff;
        background-color: #c6aa73;

    }

#jtgs {
    color: #333;
    display: block;
    padding-left: 36px;
    position: relative;
    font-size: 14px;
    transition: color .6s;
    background-image: url(../img/未选中.png);
    background-repeat: no-repeat;
    background-position-x:12px;
    background-position-y:12px
}

#jtgs:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    font-family: "宋体";
    font-weight: bold;
}

#jtgs_li.curItem a,
#jtgs_li a:hover {    
    background-image: url(../img/选中.png);
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 12px;
    color: #fff;
    background-color: #c6aa73;
}    


.location{
	border-bottom: 2px solid #ebebeb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	padding-bottom: 5px;
}
.location h5{
	font-size: 18px;
	color: #c6aa73;
	position: relative;
}
.location h5:before{
	content: '';
	width: 110%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -7px;
	background: #c6aa73;
}

.new_list {padding-top:15px;}
.new_list li{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.new_list li h5{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.new_list li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 5px;
}
.new_list li p a{
}
.new_list li footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_list li footer a{
	height: 17px;
	display: inline-block;
	background: url(../img/sha_wx.png) no-repeat 0 0 / 100% 100%;
	margin-left: 10px;
	vertical-align: middle;
}
.new_list li footer a:nth-child(1){
	width: 20px;
}
.new_list li footer a:nth-child(2){
	width: 20px;
	background-image: url(../img/sha_wb.png);
}
.new_list li footer a:nth-child(3){
	width: 18px;
	background-image: url(../img/sha_kj.png);
}
.new_list li footer a:nth-child(4){
	width: 14px;
	background-image: url(../img/sha_qq.png);
}
.new_list li a:hover{
	color: #c6aa73;
}

.page{
	margin: 50px 0 25px;
	text-align: center;
}
.page a{
	min-width: 14px;
	height: 34px;
	border: 1px solid #eee;
	line-height: 34px;
	padding: 0 10px;
	font-size: 12px;
	display: inline-block;
}
.page a:hover{
	border: 1px solid #c6aa73;
	background: #c6aa73;
	color: #fff;
}

/**/
.notice_list{
	margin-top: 20px;
}
.notice_list li{
	padding-left: 20px;
	display: flex;
	align-items: center;
	line-height: 37px;
	position: relative;
	background: url(../img/h_newSpot.png) no-repeat 0 center;
}
.notice_list li a{
	flex: 1;
	margin-right: 20px;
}
.notice_list li a:hover{
	color: #c6aa73;
	font-weight: bold;
}
.notice_list li span{
	font-size: 12px
}
.notice_list li:nth-child(5n){
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-position: 0 12px;
}

/**/
.case_list{
	display: flex;
	flex-wrap: wrap;
}
.case_list li{
	width: 225px;
	margin-top: 35px;
	background: #f7f7f7;
}
.more_li.more_li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more_li.more_li a{
	background: url(../img/ico_more.png) no-repeat center 0;
	padding-top: 58px;
	margin-bottom: 10px;
}
.case_list li:not(:nth-child(4n)){
	margin-right: 20px;
}
.case_list li img{
	width: 225px;
	height: 153px;
	box-sizing: border-box;
}
.case_list li .desc{
	border-top:none;
	padding: 15px 20px;
	transition: all .5s;
}
.case_list li .desc h5{
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case_list li .desc p{
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 15px 0 15px;
	font-size: 12px;
}
.case_list li a{
	text-transform: uppercase;
}
.case_list li a:hover{color: #c6aa73;}

/**/
.video_list{
	display: flex;
	flex-wrap: wrap;
}
.video_list li{
	width: 306px;
	margin-top: 35px;
	text-align: center;
	color: #333;
}
.video_list li a{
	display: block;
	margin-bottom: 5px;
	position: relative;
	background: #000;
}
.video_list li img{
	width: 306px;
	height: 210px;
	transition: all .5s;
}
.video_list li:not(:nth-child(3n)){
	margin-right: 21px;
}
.video_list li a:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/ico_video.png) no-repeat center center;
	z-index: 2;
}
.video_list li a:hover img{
	opacity: .7;
}

.busi_list{
	padding: 20px 0;
}
.busi_list dl{
	margin-top: 20px;
	display: flex;
	align-items: center;
	background: #f7f7f7;
	color: #333;
}
.busi_list dt,.busi_list dt img{
	width: 260px;
	height: 180px;
}
.busi_list dd{
	flex: 1;
	padding: 20px 36px;
	line-height: 2;
}
.busi_list dd h5{
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: bold;
}

.about{
	color: #333;
	line-height: 2;
	padding: 35px 0 20px;
}
.about h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.about p{
	margin-top: 18px;
}
.about img{
	max-width: 100%;
}

/*职工之家*/
.worker_nav{
	display: flex;
	background: #e4e4e4;
	line-height: 34px;
	font-size: 16px;
	margin: 30px 0 10px;
	position: relative;
}
.worker_nav li{
	background: #fff;
	border-right: 1px solid #fff;
}
.worker_nav li>a{
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #e4e4e4;
	color:#c6aa73;
	padding: 0 25px;
	transition: all .6s;
}
.worker_nav li.cur>a,
.worker_nav li>a:hover{
	background: #c6aa73;
	color: #fff;
}
.worker_nav li p{
	position: absolute;
	left: 0;
	top: 34px;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding: 3px 0 0;
	box-sizing: border-box;
}
.worker_nav li p a{
	padding: 0 10px 2px;
	position: relative;
	font-size: 14px;
	display: inline-block;
	margin: 0 20px -1px 0;
}
.worker_nav li p a.cur{
	color: #c6aa73;
	font-weight: bold;
	border-bottom: 2px solid #c6aa73;
}
.worker_nav li p a:before{
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #c6aa73;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -5px;
	display: none;
}
.worker_nav li p a.cur:before{
	display: block;
}

.worker_about,
.new_show{
	line-height: 2;
	padding: 4px 0;
}
.worker_about p,
.new_show p{
	margin: 15px 0;
}
.worker_about img,
.new_show img{
	max-width: 100%;
}
.video_cont{
	width: 760px;
	margin: 0 auto;
}
.video_cont video{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

/*新闻详情*/
.new_show .title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 45px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.new_show .edit_info{
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.new_show img{
	margin: 20px auto;
}
.new_show .cont{
	color: #4d4f53;
	font-size: 18px;
    letter-spacing: 1px;
}
.new_show .cont p{
	text-indent: 2em;
	margin: 1em 0;
}
.new_show .cont table{
	width:100%;
	line-height: 25px;
	margin: 0px auto;
}
.new_show .cont table td{border: 1px solid #000;}
.other_new{
	border-top: 1px solid #f0f0f0;
	padding: 20px 0 45px;
	line-height: 2;
	margin-top:40px;
	font-size: 16px;
}
.other_new a:hover{
	color: #c6aa73;
}

/**/
.special_list{
	overflow: hidden;
}
.special_list li{
	width: 306px;
	margin: 20px 21px 0 0;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	padding: 5px;
	float: left;
}
.special_list li:nth-child(3n){
	margin-right: 0;
}
.special_list li img{
	width: 100%;
	height: 160px;
}
.special_list li p{
	height: 6em;
	padding: 12px;
	overflow: hidden;
}
.special_list li .more{
	padding: 0 12px 5px;
}

/*信访举报*/
.mes_info,.tg_info {
    line-height: 2;
    color: #333;
    padding-bottom: 80px;
}
.mes_info h2, .tg_info h2 {
        text-align: center;
        font-size: 20px;
        margin: 30px 0;
        font-weight: bold;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }
    .mes_info p, .tg_info p {
        margin: 7px 0;
    }
    .mes_info label, .tg_info label {
        display: block;
        margin-top: 25px;
    }
    .mes_info .btn_wrap,
    .mes_shiming .btn_wrap, .tg_info .btn_wrap,
    .mes_shiming1 .btn_wrap {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
        .mes_info .btn_wrap a,
        .mes_shiming .btn_wrap button, .tg_info .btn_wrap a,
        .mes_shiming1 .btn_wrap button {
            width: 135px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            font-size: 16px;
            color: #fff;
            background: #c6aa73;
            margin: 0 2%;
            box-shadow: 0 5px 5px rgba(1,97,174,.25);
            transition: all .5s;
            border: none;
            cursor: pointer;
        }
            .mes_info .btn_wrap a:hover,
            .mes_shiming .btn_wrap button:hover, .tg_info .btn_wrap a:hover,
            .mes_shiming1 .btn_wrap button:hover {
                opacity: .8;
            }

.mes_shiming, .mes_shiming1 {
    color: #333;
    border: 1px solid #ebebeb;
    padding: 0 30px 30px;
    margin: 20px 0 80px;
    display: none;
}
    .mes_shiming h2, .mes_shiming1 h2 {
        font-size: 16px;
        margin: 30px 0 10px;
        font-weight: bold;
    }
    .mes_shiming table, .mes_shiming1 table {
        width: 100%;
    }
    .mes_shiming .txt,
    .mes_shiming textarea ,.mes_shiming1 .txt,
    .mes_shiming1 textarea {
        width: 100%;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .mes_shiming .txt, .mes_shiming1 .txt {
        height: 42px;
        padding: 0 15px;
    }
    .mes_shiming td:not(:last-child), .mes_shiming1 td:not(:last-child) {
        padding-right: 20px;
    }
    .mes_shiming textarea, .mes_shiming1 textarea {
        padding: 15px;
    }
    .mes_shiming .desc td, .mes_shiming1 .desc td {
        padding-bottom: 20px;
        width: 50%;
    }
    .mes_shiming td p, .mes_shiming1 td p {
        font-size: 12px;
        color: #808080;
        margin-top: 5px;
    }
    .mes_shiming .btn_wrap button:nth-child(2),.mes_shiming1 .btn_wrap button:nth-child(2) {
        background: #999;
    }
.requiredItem{
	position: relative;
}
.requiredItem:before{
	content: '*';
	position: absolute;
	right:35px;
	top: 0;
	color: #f00;
	height: 42px;
	line-height: 44px;
}
.mes_shiming td:last-child.requiredItem:before, .mes_shiming1 td:last-child.requiredItem:before {
    right: 15px;
}

/*search_meth*/
.search_meth{
	background: #f4f5f6;
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 20px;
	margin-top: 15px;
}
.search_meth>p{
	flex: 1;
	text-align: right;
}
.search_meth>p span{
	color: #f00;
}
.search_meth input,
.search_meth select{
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e1e2;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 10px;
}
.search_meth input{
	width: 300px;
	border-right: 0;
}
.search_meth button{
	height: 29px;
	width: 60px;
	border: none;
	background: #c6aa73;
	color: #fff;
}
.search_meth button,
.search_meth select{
	margin-right: 30px;
}

/**/
.notice_list.search_list li a{
	flex: initial;
	margin-right: 0;
}
.search_list li span{
	flex: 1;
	text-align: right;
}
.search_list li strong{
	color: #f00;
	font-weight: normal;
}

/*新年*/
.newYear_wrap {
    height: 291px;
    background: url(../img/xn_1.png) no-repeat center 0;
    position: relative;
    overflow: hidden;
}

    .newYear_wrap .pic_l,
    .newYear_wrap .pic_r {
        position: absolute;
        top: 0;
    }

    .newYear_wrap .pic_l {
        left: 0;
    }

    .newYear_wrap .pic_r {
        right: 0;
    }

.newYear_main {
    width: 861px;
    margin: 0 auto;
    position: relative;
}

.newYear_wrap .pic_b {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: -1px;
}

.newYear_main .pic_z {
    position: absolute;
    left: -11%;
    top: 40%;
    z-index: 2;
}

.newYear_wrap .txt {
    position: absolute;
    right: 12%;
    top: 30%;
    width: 334px;
    height: 150px;
    overflow: hidden;
}

    .newYear_wrap .txt img {
        position: absolute;
        left: 0;
        animation: xn 15s infinite;
    }

@keyframes xn {
    0% {
        bottom: 0;
    }

    5% {
        bottom: -70px;
    }

    30% {
        bottom: -70px;
    }

    35% {
        bottom: -223px;
    }

    65% {
        bottom: -223px;
    }

    70% {
        bottom: -376px;
    }

    95% {
        bottom: -374px;
    }

    100% {
        bottom: -450px;
    }
}

/*2020新年祝福*/
.newYear_2020{min-width:1200px;position: relative;}
.newYear_2020 img{
	width: 100%;
}
.newYear_2020 .swiper-container{
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
}

/* 直通车 */
.list_ztc{
	width: 704px;
	margin: 40px auto 0;
	font-size: 16px;
}
.list_ztc h2{text-align: center;font-weight: bold;font-size: 24px;margin-bottom: 20px;}
.list_ztc table{width: 100%;}
.list_ztc td{padding: 10px 0;position: relative;}
.list_ztc textarea,
.list_ztc input[type=text],
.list_ztc input[type=tel],
.list_ztc label{
	box-sizing: border-box;
	border: 1px solid #dde0e3;
	background: rgba(242,243,244,.5);
	font-size: 16px;
	font-family: "microsoft sans serif";
	line-height: 1.6;
	border-radius: 3px;
}
.list_ztc textarea{
	padding: 10px 14px;
}
.list_ztc input[type=text],
.list_ztc input[type=tel]{
	padding: 5px 14px;
}
.list_ztc textarea,
.list_ztc input[type=tel],
.list_ztc .ztc_dw{
	width: 100%;
}

.list_ztc label{
	cursor: pointer;
	padding: 8px 16px;
}
.list_ztc label:hover{
	background: #c6aa73;
	color: #fff;
	border: 1px solid #c6aa73;
}
.list_ztc button{
	background: #c6aa73;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: "microsoft sans serif";
	border-radius: 3px;
	display: block;
	padding: 10px 20px;
	min-width: 80px;
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0 1px 5px rgba(198,170,115,.5);
}
.list_ztc span{position: relative; height: 100%;}
.list_ztc i{
	position: absolute;
	right: -40px;
	font-size: 12px;
	top: 50%;
	margin-top: -10px;
	color: #f00;
}